home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000347_fdc@watsun.cc.columbia.edu_Thu Aug 30 17:07:10 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  32 lines

  1. Article: 12731 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: How can I directly output userid to telnet within a kermit script?
  6. Date: 30 Aug 2001 21:07:09 GMT
  7. Organization: Columbia University
  8. Lines: 15
  9. Message-ID: <9mm9tt$496$1@newsmaster.cc.columbia.edu>
  10. References: <9mltsp$rf9@dispatch.concentric.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 999205629 4390 128.59.39.2 (30 Aug 2001 21:07:09 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 Aug 2001 21:07:09 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12731
  16.  
  17. In article <9mltsp$rf9@dispatch.concentric.net>,
  18. Shangwu Qi <swqi@strongholdtech.com> wrote:
  19. : When I created my kermit script to connect to HP-UX with telnet, I was not
  20. : able to output the userid by script. The remote server always shows a login
  21. : prompt and waits for interactively typing an userid, although I tried all
  22. : telopt settings. It seems the remote server does not support new-environment
  23. : variables.
  24. This frequently asked question is answered in the C-Kermit script tutorial:
  25.  
  26.   http://www.columbia.edu/kermit/ckscripts.html#tut
  27.  
  28. Short answer: in a script, don't say "telnet", say "set host".
  29.  
  30. - Frank
  31.